home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Leser 19 / Amiga Plus Leser CD 19.iso / Sound / abcm2ps-3.1.13 / README < prev    next >
Text File  |  2002-11-17  |  2KB  |  86 lines

  1.             --- abcm2ps version 3.1.x ---
  2.  
  3. Overview
  4. ========
  5.  
  6. abcm2ps is a program which converts music tunes from ABC format to PostScript.
  7. Based on abc2ps version 1.2.5 (see Contacts below), it was developped mainly to
  8. print barock organ scores which have independant voices played on one or many
  9. keyboards and a pedal-board.
  10.  
  11.  
  12. Features
  13. ========
  14.  
  15. The main features of abcm2ps are quite the same as the abc2ps ones and the
  16. file 'features.txt' contains an updated description of these ones.
  17.  
  18.  
  19. Installation and usage
  20. ======================
  21.  
  22. The installation procedure is described in the file INSTALL.
  23.  
  24. Basically, the program usage is:
  25.  
  26.    abcm2ps [options] file1 [file1_options] file2 [file2_options] ...
  27.  
  28. where file1, file2, .. are the ABC input files. This will generate
  29. a Postscript file (default name: 'Out.ps' - run 'abcm2ps -h' to
  30. know the list of the command line options).
  31.  
  32.  
  33. Documentation
  34. =============
  35.  
  36. - abc-draft.txt is the ABC draft on which abcm2ps is developped.
  37. - options.txt contains the list of the command line options.
  38. - format.txt contains the list of the format parameters.
  39. - features.txt lists some differences from, and extensions to
  40.   the ABC standard.
  41.  
  42.  
  43. Differences with abc2ps
  44. =======================
  45.  
  46. - the algorithms relative to voice and staff handling are different and may
  47.   give better or worse results depending on the tunes.
  48. - abcm2ps does not print the list of tunes and has different filtering
  49.   functions. On the command line:
  50.     - '-o' is implicit
  51.     - '-e' accepts only one parameter.
  52.     - '-C', '-R', '-S', '-T' don't exist anymore. If you want such
  53.       filtering, you should to use some external script or program instead.
  54. - abcm2ps has no interactive mode ('-i' - did anybody use it?).
  55.  
  56.  
  57. Limits
  58. ======
  59.  
  60. Many limits may be changed at compilation time (number of voices, staves, ..).
  61. The current version does not handle correctly more than 2 voices per staff.
  62.  
  63.  
  64. Contacts
  65. ========
  66.  
  67. The primary abcm2ps site is:
  68.  
  69.     http://moinejf.free.fr/
  70.  
  71. My friend Guido Gonzatto maintains Win32 and RedHat binaries at:
  72.  
  73.     http://abcplus.sourceforge.net/
  74.  
  75. abc2ps was developped by Michael Methfessel:
  76.  
  77.     http://www.ihp-ffo.de/~msm/
  78.     mailto:msm@ihp-ffo.de
  79.  
  80. To know more about the ABC notation, have a look at:
  81.  
  82.      http://www.gre.ac.uk/~c.walshaw/abc/
  83.  
  84. For any comment:
  85.     mailto:moinejf@free.fr
  86.